﻿.bovegaDatosSec{
    position: relative;
    width: 100%;
    padding: 80px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/Pages/es/Content section/autenticacionTHyBD/assets/img/fondoBovedaDatos.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.contentBovegaDatos{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    max-width: 1200px;
}

.contentBovegaDatos h1{
    font-size: 32px !important;
    margin-bottom: 30px !important;
    color: white !important;
}

.imagenTextoBoveda{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 70%;
}

.imagenTextoBoveda p{
    color: white !important;
    font-size: 20px !important;
    width: 80%;
    text-align: left;
}

.ventajasBoveda{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.cajaVentaja{
    padding: 20px;
    background-color: white;
    border-radius: 15px;
}

.cajaVentaja p{
    color: #203b72 !important;
    font-size: 24px; 
    font-weight: bold !important;
}

@media (max-width: 768px) {
    .bovegaDatosSec{
        position: relative;
        width: 100%;
        padding: 80px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('/Pages/es/Content section/autenticacionTHyBD/assets/img/fondoBovedaDatos.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
    }
    
    .imagenTextoBoveda {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        flex-direction: column;
    }

    .imagenTextoBoveda p {
        color: white !important;
        font-size: 20px !important;
        width: 100%;
        text-align: start;
    }

    .ventajasBoveda {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 40px;
        flex-direction: column;
    }
}
